home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / kill_lf.arc / KILL_LF.DOC next >
Text File  |  1991-03-27  |  2KB  |  52 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                                    Kill_LF
  11.                                  Version 1.0
  12.  
  13.                             Written by Leo Butler
  14.                                  26-MAR-1991
  15.  
  16.  
  17.  
  18.  
  19.   INTRODUCTION
  20.  
  21.     Kill_LF is a simple utility that will turn text files that have
  22.     linefeed-only (LF, ^J, ascii code 10H) carriage control into carriage-
  23.     return/linefeed (CR, ^M, ascii code 13H) control.  This will allow the
  24.     file(s) to be viewed, edited and printed normally, as many editors
  25.     cannot handle linefeed-only carriage control.
  26.  
  27.     The need for this program came about while working with Paradox 3.5
  28.     and its applications generator.  The apps generator uses linefeeds
  29.     extensively, making it difficult to view, edit or print the source
  30.     code it creates.  Kill_LF takes care of this nicely.
  31.  
  32.  
  33.   USAGE
  34.  
  35.     The command-line syntax for Kill_LF is:
  36.  
  37.       C> kill_lf infile outfile
  38.  
  39.     where infile is the existing ascii file containing linefeed carriage
  40.     control, and outfile is the name of the file you wish to contain the
  41.     "fixed" ascii text.  Infile must exist, and outfile must be a non-
  42.     existing file of a different name than infile.  Kill_LF will not allow
  43.     you to overwrite the original file.
  44.  
  45.  
  46.   DISCLAIMER
  47.  
  48.     Kill_LF is placed into the public domain.  Use it at your own risk.
  49.     No warranty is expressed or implied herein, and the author assumes no
  50.     responsibility for any damages which might arise due to the use of
  51.     Kill_LF.
  52.